Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Don't give empty documentation to starlark-rust #44

Merged
merged 1 commit into from
Jun 29, 2024

Conversation

cameron-martin
Copy link
Owner

starlark-rust panics if a DocString is given that contains an empty summary. In response, we filter out empty summaries and don't generate any DocString for these.

Fixes #41

starlark-rust panics if a DocString is given that contains an empty summary. In response, we filter out empty summaries and don't generate any DocString for these.

Fixes #41
@cameron-martin cameron-martin enabled auto-merge (squash) June 29, 2024 15:07
@cameron-martin cameron-martin merged commit 355ceed into master Jun 29, 2024
4 checks passed
cameron-martin added a commit that referenced this pull request Jun 29, 2024
🤖 I have created a release *beep* *boop*
---


##
[0.6.1](v0.6.0...v0.6.1)
(2024-06-29)


### Bug Fixes

* Don't give empty documentation to starlark-rust
([#44](#44))
([355ceed](355ceed)),
closes [#41](#41)

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
@cameron-martin cameron-martin deleted the fix-empty-documentation branch November 19, 2024 00:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Panic when rendering Label documentation
1 participant